Cube Yogi
Cube Yogi
Leader in Zoho Solutions/Consultation
  • Fetching all Employees from Zoho People

Here is our approach for fetching all employee entries from Zoho People

Our Approach

    All employee details is get fetched by using API method with active "Authtoken" using "Custom Function".Follow the steps below to get all employee details

1. Getting Authtoken:

Note
  •  For getting 'Authtoken' using this method make sure that you have login with the 'Zoho People' account in the same browser

1.1: Tap on the link

1.2 Tap on the button 'Generate Authtoken'

1.3 Copy the 'Authtoken' generated

2. Getting all Employee details using Custom Function

2.1 Go to setup --->Tap on 'Actions' from 'Automation'
2.2 Tap on 'Custom Functions'
2.3 Tap on button 'Add Custom Function'
2.4 Select the form to use Custom Function and copy paste the code
2.5 Replace the 'Authtoken' with the variable 'generated_authtoken' in the code and execute your custom function

Code Snippet